html,body{width: 100%;height: 100%;overflow-x: hidden;}
html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,input{
    margin: 0;
    padding: 0;
/*    border: 0;
    font-size: 100%;
    font: inherit; */
    font-family: '微软雅黑';
/*    font-weight: normal;
    color: #333;
    outline: none;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-shadow: 0 0 0; */
}
i,strong,em,var{
    *font-style: normal;
    font-style:normal;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
    display: block;
}
ol,ul{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
.htxt{
    height: 0;
    display: block;
    overflow: hidden;
}
.clear:after{
    visibility: hidden;/* 将在对象后增加的内容隐藏，但保留物理空间（因为高度设为0，所以对页面无影响）*/
    display: block;/* 以块显示（换行作用) */
    font-size: 0;/* 字号设置为0，使其内容不对页面产生影响 */
    content: ". "; /* " "内为在对象后显示的内容，此处为"." */
    clear: both;/* 清除浮动 */
    height: 0;/* 高度设为0，使其不对页面产生影响 */
}
.clear{
    zoom:1;
}/*兼容IE6/IE7*/
.clearfix:before{
    content:"";
    display: table;
}
.clearFix:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
a{
    cursor: pointer;
}
body{
    background: #fff;
    width: 100%;
}

.addLink {
    overflow: hidden;
    width:1200px;
    margin:0 auto; 
    text-align:center;
}

.addLink a {
    display: block;
    float: left;
    display: inline-block;
    margin: 0 43px;
    margin-bottom: 30px;
}
.addLink img{
    display: inline;
}
.F1>a:first-child{
    padding-top: 70px;
}
.F1>a:nth-child(2){
    padding-top: 70px;
}
.F1>a:nth-child(3){
    padding-top: 70px;
}
.F2>a:last-child{
    margin-bottom: 70px;
}
.border {
    opacity: 1 !important;
}


.F3 a {
    margin: 30px 43px;
}